home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / X11 / xkb / symbols / shift < prev    next >
Encoding:
Text File  |  2009-03-31  |  376 b   |  20 lines

  1. // $XKeyboardConfig$
  2.  
  3. partial modifier_keys 
  4. xkb_symbols "breaks_caps" {
  5.     key <LFSH> {
  6.     type = "ALPHABETIC",
  7.         actions [Group1] = [
  8.         SetMods(modifiers=Shift),
  9.         SetMods(modifiers=Shift+Lock,clearLocks)
  10.     ]
  11.     };
  12.     key <RTSH> {
  13.     type = "ALPHABETIC",
  14.     actions [Group1] = [
  15.         SetMods(modifiers=Shift),
  16.         SetMods(modifiers=Shift+Lock,clearLocks)
  17.     ]
  18.     };
  19. };
  20.